home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFskyedit - Star Fighter 3000 sky colours editor
- * DCS dialogue
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef SFSDCS_dialogue_h
- #define SFSDCS_dialogue_h
-
- #include <stdbool.h>
- #include "toolbox.h"
-
- extern ObjectId dcs_sharedid;
- extern bool dcs_openparent;
-
- extern void DCS_initialise(ObjectId object);
-
- #endif
-